projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11094e
)
* dired-aux.el (dired-diff): Work even when the mark is inactive.
author
Jim Blandy
<jimb@redhat.com>
Fri, 2 Jul 1993 00:15:07 +0000
(
00:15
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 2 Jul 1993 00:15:07 +0000
(
00:15
+0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 16b28fc4e1e1736f04bf5ef945fdf9af24693600..e83bb0fd5e632d7917bf43633a1284c4d22bb498 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-45,8
+45,8
@@
FILE defaults to the file at the mark.
The prompted-for file is the first file given to `diff'."
(interactive
- (let ((default (if (mark)
- (save-excursion (goto-char (mark))
+ (let ((default (if (mark
t
)
+ (save-excursion (goto-char (mark
t
))
(dired-get-filename t t)))))
(list (read-file-name (format "Diff %s with: %s"
(dired-get-filename t)